home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / A-B / ButtonStax.cpt / Region Buttons / background_2722.txt < prev    next >
Text File  |  1989-02-26  |  3KB  |  153 lines

  1. -- background: 2722 from stack: in
  2. -- bmap block id: 10246
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Description
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 9 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=227 top=301 right=326 bottom=254
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 1014 / 1014
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Prev
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual effect wipe right
  27.   go to previous card of Background "Description"
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 10 (button)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=264 top=301 right=326 bottom=291
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 1013 / 1013
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Next
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   visual effect wipe left
  47.   go to next card of background "Description"
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 11 (button)
  53. -- low flags: 00
  54. -- high flags: 0000
  55. -- rect: left=45 top=298 right=327 bottom=77
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 21700 / 21700
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Home
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   visual effect iris open
  67.   go Home
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 12 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=457 top=299 right=327 bottom=494
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 1012 / 1012
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Return
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   visual effect iris close
  87.   pop card
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 13 (field)
  93. -- low flags: 01
  94. -- high flags: 0000
  95. -- rect: left=63 top=100 right=295 bottom=471
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 3
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104.  
  105.  
  106. -- part 14 (field)
  107. -- low flags: 00
  108. -- high flags: 0000
  109. -- rect: left=63 top=45 right=81 bottom=471
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 5
  114. -- text size: 28
  115. -- style flags: 0
  116. -- line height: 37
  117. -- part name: 
  118.  
  119.  
  120. -- part 15 (field)
  121. -- low flags: 00
  122. -- high flags: 0000
  123. -- rect: left=470 top=33 right=55 bottom=492
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 0
  127. -- font id: 5
  128. -- text size: 14
  129. -- style flags: 0
  130. -- line height: 18
  131. -- part name: Page Number
  132.  
  133.  
  134. -- part 16 (button)
  135. -- low flags: 00
  136. -- high flags: 2000
  137. -- rect: left=493 top=76 right=161 bottom=510
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: 
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   push this card
  149.   Visual effect zoom open
  150.   go to card "Source Code"
  151. end mouseUp
  152.  
  153.